Remove optimization that was causing problems because we called
authorOwen Taylor <otaylor@redhat.com>
Thu, 27 Dec 2001 20:50:49 +0000 (20:50 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Thu, 27 Dec 2001 20:50:49 +0000 (20:50 +0000)
commit7aeb18a51ce57f538a2af9a6e53413bc665d7616
tree775c5f17b86bf23b3bdb9c2eb8a038a01aaa0fb1
parent095d7c33d7b3d7439cba72501b94ec90e31da1ec
Remove optimization that was causing problems because we called

Thu Dec 27 15:45:41 2001  Owen Taylor  <otaylor@redhat.com>

* gtk/gtkwidget.c (gtk_widget_set_style_internal):
Remove optimization that was causing problems because
we called gtk_widget_size_request() before we called
gtk_widget_queue_resize() so RESIZE_NEEDED was not
set. Optimization shouldn't mattter now that we
are smart about needlessly size requesting or allocating
widgets. (#67598, reported by Jacob Berkman)
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkwidget.c